Microsoft DirectX 8.1 (C++)

AMTimelineTrans.SetCutsOnly Method

The AMTimelineTrans.SetCutsOnly method specifies whether the transition is rendered as a cut. If so, the transition occurs instantly at the cut point. If a transition takes a long time to render, you might want to preview it as a cut to speed preview.

Syntax

object.SetCutsOnly(
    Val As Long
)

Parameters

Val

Value that specifies whether to render the transition as a cut. If zero, the transition is rendered as an instantaneous cut. If non-zero, the transition renders over its normal duration.

Error Codes

If the method fails, an error is raised.

See Also